home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-12-17 | 1.7 KB | 47 lines | [TEXT/MPS ] |
- #
- # ****************************************************************************
- #
- # File Name: Custom.Lib
- #
- # Contains: xxx put contents here xxx
- #
- # Written by: Kevin Avoy, Ken Landreth, Michael Leong, Gil Spencer et al
- #
- # Copyright: © 1993 by Apple Computer, Inc., all rights reserved.
- #
- # ****************************************************************************
- # C h a n g e H i s t o r y (most recent first):
- # ****************************************************************************
- #
- # Vers Date Author Description
- # ---- -------- ------ ---------------------------------------------
- # <1.0.0> 7/19/93 KTA Created
- #
- # ****************************************************************************
- #
-
- #########################################################################
- # InitCustom()
- #========================================================================
- # Author: Kevin Avoy
- # Description: This has been provided as a mechanism for scriptwriters to
- # customize the SPEC S&L Libraries. If the default value of
- # and global variables is not what is desired, this is the
- # task where the script writer should reset any global values.
- # This task is called from InitGloabls() immediately after all
- # global variables have been defined.
- # Please refer to 'The Hitchhikers Guide' for more information
- # concerning any individual global variables.
- # Parameters: None
- # Returns: Nothing
- # Examples: InitCustom();
- # Assumptions:
- #########################################################################
- #========================================================================
- # History:
- #########################################################################
- TASK InitCustom()
- begin
-
-
- end;